Skip to main content

Subjects

Description#

Return list of subjects

Request#

Method#

GET

Endpoint#

/subjects

Header#

Content-Type: application/json

Body#

filter by title title={title}

Condition#

Query result must not be null or greater than 0

Response#

Success#

{
sucess: true,
content: [
{
id: int,
title: string,
description: string,
icon:string,
color: string,
createdtime: datetime,
modifiedtime: datetime
}
]
}

Fail#

{sucess: false}